=================================
 Folder notes
=================================
 
 1. <SDK Root> is the root folder of the rl78g13QS+.cspj
 
 2. iec1107_dummy.c
    Dummy source for the Build Mode "Debug"
    When change to Debug mode, pls activate build for this file,
    instead of <SDK root>/rl78g13QS+/application/iec1107/iec1107.c,    and,
               <SDK root>/rl78g13QS+/application/iec1107/wrp_iec1107.c

 3. r_serial_dummy.c
    Dummy source for the Build Mode "Debug"
    When change to Debug mode, pls activate build for this file,
    instead of <SDK root>/rl78g13QS+/driver/r_serial.c

    The Same things is

    Settings        <This file>        <SDK root>/rl78g13QS+/driver/r_serial.c
    ------------------------------------------------------------------------
    Parity          Even               Even
    No. of bits     7 bits             7 bits
    Stop bit        1 bit              1 bit

    The difference is

    Settings        <This file>        <SDK root>/rl78g13QS+/driver/r_serial.c
    ------------------------------------------------------------------------
    Baudrate        4800 bps           300 bps

 4. debug.h
    cmd.h
    cmd.c
    command.h
    command.c

    These files are the source of debug command.

    These below command are supported for typing:
    ------------------------------------------------------------
     Command Name    Parameter            Description
    ------------------------------------------------------------
     ?                                    Help
     cls                                  Clear screen
     start                                Start EM
     stop                                 Stop EM
     restart                              Restart EM
     display                              Display current measured data
     test            groupid              Execute test(groupid) functions
     rtc                                  Display current RTC time
     setrtc          dd/mm/yy hh:mm:ss ww Set RTC time
     backup          selection            Backup to EEPROM
     restore         selection            Restore from EEPROM
     readeeprom      addr size            Read EEPROM at addr, size
     writeeeprom     addr size value      Write EEPROM at addr, size with value
     addenergylog                         Add an energy log record to EEPROM
     addtamperlog                         Add an tamper log record to EEPROM
     formateeprom                         Format EEPROM (followed format.h)
     readinfo                             Read platform info

